The Color Matrix effect multiplies source color values and adds a bias factor to each color component.
Inputs
• Red Vector: A vector consisting of four values that specifies the red component of the color. The default vector is [1 0 0 0].• Green Vector: A vector consisting of four values that specifies the green component of the color. The default vector is [0 1 0 0]. • Blue Vector: A vector consisting of four values that specifies the blue component of the color. The default vector is [0 0 1 0]. • Alpha Vector: A vector consisting of four values that specifies the alpha component of the color. The default vector is [0 0 0 1]. • Bias Vector: A vector consisting of four values that specifies bias vector. The default vector is [0 0 0 0]. |